projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1387d54
)
(XTread_socket) [USE_X_TOOLKIT]: Let toolkit handle menu bar click.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Apr 1994 22:06:13 +0000
(22:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Apr 1994 22:06:13 +0000
(22:06 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 1fdeab0b1ccf6d9eb65c3466220e8c12e7d85259..06f45450035f410892d1743c8a0c4bd95299b38a 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-4133,8
+4133,11
@@
XTread_socket (sd, bufp, numchars, waitp, expected)
{
f = x_any_window_to_frame (event.xbutton.window);
if (f && event.type == ButtonPress)
+ goto OTHER;
+#if 0
construct_menu_click (&emacs_event,
&event, f);
+#endif
}
#endif /* USE_X_TOOLKIT */
}